home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
tclMotif-1.4
/
programs
/
prog54
< prev
next >
Wrap
Text File
|
1995-06-29
|
327b
|
18 lines
# additional toplevel
xtAppInitialize -class Program
. setValues -iconPixmap xlogo32
xmLabel .fred managed \
-labelString "primary shell"
topLevelShell .fred.top
.fred.top setValues -iconPixmap calculator
xmLabel .fred.top.label2 managed \
-labelString "secondary shell"
.fred.top popup
. realizeWidget
. mainLoop